Interview Questions and Answer
Options:
a. create a consistent layout for the child pages
b. defines the look and feel and standard behavior for all of the child pages
c. centralize the common functionality of child pages so that you can make updates in just one place.
d. Its extension is .aspx
Reveal Answer
Options:
a. MasterPage
b. Page
c. Form
d. Service
Reveal Answer
Options:
a. Master_Load
b. Page_Load
c. Form_Load
d. Master_PreInt
Reveal Answer
Options:
a. .asp
b. .aspx
c. .ascx
d. .master
Reveal Answer
Options:
a. The Master Page itself
b. One or more Content Pages
c. User control
d. Custom control
Reveal Answer
Options:
a. @ Page directive
b. @ Master directive
c. @ Parent directive
d. @ Form directive
Reveal Answer
Options:
a. user control
b. region where replaceable content will appear
c. custom control
d. Data bound control
Reveal Answer
Options:
a. They allow you to centralize the common functionality of your pages so that you can make updates in just one place.
b. They give you fine-grained control over the layout of the final page by allowing you to control how the placeholder controls are rendered
c. They provide an object model that allows you to customize the master page from individual content pages.
d. They can't be nested Master Pages for a child page.
Reveal Answer
Options:
a. loading
b. rendering
c. initialization
d. validation
Reveal Answer
Options:
a. using Master.FindControl
b. using Page.FindControl
c. using Parent.FindControl
d. v
Reveal Answer
Options:
a. "<%= ServerIdofControl.UniqueID %>"
b. "<%= ServerIdofControl.ClientID %>"
c. "<%=Page.Form.Name%>"
d. "<%=Page.Form.Id%>"
Reveal Answer
Bestdotnet google plus